home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16537 < prev    next >
Encoding:
Text File  |  1996-08-05  |  777 b   |  25 lines

  1. Path: news.chalmers.se!usenet
  2. From: ei39418@ios.chalmers.se (Michael Schön)
  3. Newsgroups: comp.lang.c++
  4. Subject: 64 bit operators
  5. Date: 10 Apr 1996 20:34:04 GMT
  6. Organization: Chalmers university of technology
  7. Message-ID: <4kh5vs$286@nyheter.chalmers.se>
  8. NNTP-Posting-Host: modem15.ios.chalmers.se
  9. X-Newsreader: WinVN 0.92.1
  10.  
  11. PROBLEM:
  12. I would like to multiply, substract and divide two 64 bit
  13. LONGLONG hyper words in Borland C++ 4.52. These types are declared in
  14. <winnt.h>.
  15. In Visual C++ 2.0 these operators are defined and declared in <longint.h>
  16. e.g. a=LongIntegerSubstract(b,c) so there should exists a corresponding 
  17. declaration for Borland C++ 4.52!
  18. But where???
  19.  
  20. QUESTION:
  21. How do you perform these basic +,-,*,/ operators on 64 bit words?
  22.  
  23. /Michael 
  24. ei39418@ios.chalmers.se
  25.